FlowHostedService<'env, 'error>Type

PackageAxial.Hosting
Runs one root Flow application as a Microsoft Generic Host hosted service.

Specification

Kind
Type
Members
1
Examples
0
``.ctor``Signature
FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options)

Summary

NameSignatureSynopsis
``.ctor``FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options)No description available.

``.ctor``

FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options)
Member

Parameters

NameTypeDescription
servicesIServiceProvider
environmentFactoryIServiceProvider -> 'env
describeError'error -> string
applicationFlow<'env, 'error, unit>
loggerILogger<FlowHostedService<'env, 'error>>
lifetimeIHostApplicationLifetime
optionsHostedAppOptions

Returns

FlowHostedService<'env, 'error>